github.com/klauspost/compress/gzip.Reader.r (field)
12 uses
github.com/klauspost/compress/gzip (current package)
gunzip.go#L77: r flate.Reader
gunzip.go#L112: z.r = rr
gunzip.go#L120: z.r = z.br
gunzip.go#L157: z.buf[i], err = z.r.ReadByte()
gunzip.go#L184: if _, err = io.ReadFull(z.r, z.buf[:10]); err != nil {
gunzip.go#L204: if _, err = io.ReadFull(z.r, z.buf[:2]); err != nil {
gunzip.go#L209: if _, err = io.ReadFull(z.r, data); err != nil {
gunzip.go#L232: if _, err = io.ReadFull(z.r, z.buf[:2]); err != nil {
gunzip.go#L248: z.decompressor = flate.NewReader(z.r)
gunzip.go#L250: z.decompressor.(flate.Resetter).Reset(z.r, nil)
gunzip.go#L271: if _, err := io.ReadFull(z.r, z.buf[:8]); err != nil {
gunzip.go#L345: if _, err := io.ReadFull(z.r, z.buf[0:8]); err != nil {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |